fix(analysis): show only the density histogram during Peek Negative - #911
Merged
marcinz606 merged 12 commits intoAug 19, 2026
Merged
Conversation
Peek Negative applies no curve, so the print histogram, curve line and zone strip were still showing the last real render's data as if it described the un-inverted scan on screen. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
showing the last real render's curve, output histogram and zone strip as if
they described what's on screen — misleading, since none of that applies to
an un-inverted, un-metered negative.
while peeking, mirroring how Peek Flat Scan already hides the zone strip for
the same reason. It's also a better look at the density histogram itself:
with nothing else drawn behind it, the raw scan's own tonal spread is easier
to read.
unaffected either way and stays visible throughout.
Test plan
make all(lint + type check + full test suite)tests/test_negative_peek_analysis_chart.pyand a step-wedge-hidingcase in
tests/test_step_wedge_widget.pythe curve/output histogram/zone strip/step wedge disappear and only the
density histogram remains, then confirmed toggling back restores the
normal Analysis chart
🤖 Generated with Claude Code